home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr26 / pathm36.zip / PM__.DOC < prev    next >
Text File  |  1993-05-14  |  7KB  |  201 lines

  1.  
  2.  
  3.                     Path Master Extra Utilities
  4.  
  5.                       1993 All Rights Reserved
  6.  
  7.  
  8.  
  9.  
  10.              ┌────────────────────────┐
  11.              │                        │
  12.              │      PM_CNVRT.COM      │  Converts PATH.CFG to text file
  13.              │                        │
  14.              │                        │
  15.              │      PM_SAVE.COM       │  Saves current environment in batch
  16.              │                        │
  17.              │                        │
  18.              │      PM_EXIST.COM      │  Checks if file exists on path
  19.              │                        │
  20.              └────────────────────────┘
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.    1)   PM_CNVRT.COM
  29.  
  30.  
  31.         This utility converts Path Master binary config files
  32.         to text files.
  33.  
  34.         As a default, Path Master creates binary files to store
  35.         your 20 favorite paths.  The only way to edit these files
  36.         is to use:
  37.                           PM /E
  38.                    or     PM /E:[file]
  39.  
  40.         If you prefer to use your own editor when creating paths, to
  41.         get advanced editing functions like COPY/MOVE text, etc, then
  42.         use PMCNVRT.
  43.  
  44.  
  45.    ╓──────────────────────────────────────────────────────────────────╖
  46.    ║    PMCNVRT converts Path Master binary files into text files.    ║
  47.    ╙──────────────────────────────────────────────────────────────────╜
  48.  
  49.  
  50.         You can then import your new text files into Path Master
  51.         using the  /BIG option.
  52.  
  53.         Text files are a GREAT alternative to the normal binary config
  54.         files.  You can edit them easily, add several directories to
  55.         them, and have paths up to 150 CHARACTERS!
  56.  
  57.  
  58.  
  59.         Usage:   PMCNVRT [binary config file] [text file]
  60.  
  61.         So, to convert the default \PATH.CFG to a new text file
  62.         called TEXT.CFG, you would use:
  63.  
  64.                         PMCNVRT \path.cfg text.cfg
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.    2) PM_SAVE.COM
  76.  
  77.         This saves the current environmental variables into a batch
  78.         file called MINE.BAT.  When this batch file is run, it restores
  79.         all variables to what they were at the time PM_SAVE.COM was run.
  80.  
  81.         MINE.BAT's typical contents would read:
  82.  
  83.         SET PATH=C:\!\UTILS;C:\!\DOS
  84.         SET COMSPEC=C:\!\4DOS\4DOS.COM
  85.         SET PM=DZ3,NOM
  86.         SET PROMPT=$e[0;30;47m$p$g
  87.  
  88.         You'll notice the "SET" before all your environmental variables.
  89.         When run, this will set the above variables to the ones listed.
  90.         This allows you to SAVE YOUR ENVIRONMENT, then experiment with
  91.         different prompts, comspec line, path, PM's variable, or any other
  92.         that is set.
  93.  
  94.         This eliminates A LOT of typing and wasted time trying to restore
  95.         something you messed up.
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.    3) PM_EXIST.COM
  106.  
  107.         This is a batch file utility that sets the ERRORLEVEL based upon
  108.         if a file is on the current path or not.
  109.  
  110.         Usage: PM_EXIST file
  111.  
  112.         RETURNS:     0   file exists
  113.                      1   no file found
  114.  
  115.         For example, you have a batch file that wants to use PKZIP to
  116.         compress some files.  How do you know PKZIP.EXE exists on the
  117.         user's path?
  118.  
  119.         PM_EXIST allows you to determine this, quickly and easily.
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.         If you have any questions or comments, write me:
  141.  
  142.         CIS 71441,2723
  143.  
  144.         or      David Smith
  145.                1104 Mason Dr.
  146.                Hurst TX 76053
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.    ███████╗ ██╗   ██╗ ██████╗  ██████╗   ██████╗  ██████╗  ████████╗ ██████╗
  158.    ██╔════╝ ██║   ██║ ██╔══██╗ ██╔══██╗ ██╔═══██╗ ██╔══██╗ ╚══██╔══╝ ╚════██╗
  159. ╓──███████╗ ██║   ██║ ██████╔╝ ██████╔╝ ██║   ██║ ██████╔╝    ██║      ▄███╔╨─╖
  160. ║  ╚════██║ ██║   ██║ ██╔═══╝  ██╔═══╝  ██║   ██║ ██╔══██╗    ██║      ▀▀══╝  ║
  161. ║  ███████║ ╚██████╔╝ ██║      ██║      ╚██████╔╝ ██║  ██║    ██║      ██╗    ║
  162. ║  ╚══════╝  ╚═════╝  ╚═╝      ╚═╝       ╚═════╝  ╚═╝  ╚═╝    ╚═╝      ╚═╝    ║
  163. ║                                                                             ║
  164. ║                                                                             ║
  165. ║      Support for this program is available in the following ways:           ║
  166. ║                                                                             ║
  167. ║                                                                             ║
  168. ║          ╓──┐ ╓──┐ ╓─╥─┐ ╥──┐ ╥  ┬  ╓─┐ ╥──┐ ╥──┐ ╥  ┬ ╥──┐                 ║
  169. ║          ║    ║  │ ║ ║ │ ╟──┘ ║  │  ╙─┐ ╟─   ╟─┬┘ ╙╖┌┘ ╟─                   ║
  170. ║          ╙──┘ ╙──┘ ╨ ╨ ┴ ╨    ╙──┘ ╙──┘ ╨──┘ ╨ ┴   ╙┘  ╨──┘                 ║
  171. ║          User ID:  71441,2723                                               ║
  172. ║          I usually log on every other day and check my mail.                ║
  173. ║                                                                             ║
  174. ║                                                                             ║
  175. ║                       ▄▄▄▄▄▄  ▄▄▄▄▄▄  ▄▄▄▄▄▄▄                               ║
  176. ║                       █ ▄▄ █▄ █ ▄▄ █▄ █ ▄▄▄▄█                               ║
  177. ║                       █ ▄▄▄ █ █ ▄▄▄ █ █▄▄▄▄ █                               ║
  178. ║                       █▄▄▄▄▄█ █▄▄▄▄▄█ █▄▄▄▄▄█                               ║
  179. ║          Drop me a line on the MotherBoard II Bulletin Board                ║
  180. ║                     David Smith   (214) 642-1287                            ║
  181. ║                                                                             ║
  182. ║                                                                             ║
  183. ║                 ▄██▄   ▄██▄  ▄███████▄   ▄█▄  ▄██▄                          ║
  184. ║                 █████▄█████ ████▀▀▀████ █████ ████                          ║
  185. ║                 ███████████ ████▄▄▄████ █████ ████                          ║
  186. ║                 ████   ████ ███████████ █████ ████                          ║
  187. ║                 ████   ████ ████   ████ █████ ████▄▄▄▄▄▄▄                   ║
  188. ║                 ▀██▀   ▀██▀ ▀██▀   ▀██▀  ▀█▀   ▀████████▀                   ║
  189. ║                               Write to:                                     ║
  190. ║                                                                             ║
  191. ║                              David Smith                                    ║
  192. ║                            1104 Mason Dr.                                   ║
  193. ║                            Hurst TX 76053                                   ║
  194. ║                                                                             ║
  195. ╙─────────────────────────────────────────────────────────────────────────────╜
  196.  
  197.  
  198.  
  199.  
  200.  
  201.